home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / disco_fever_dressup.swf / scripts / DefineButton2_117 / BUTTONCONDACTION on(press).as next >
Text File  |  2010-07-14  |  120b  |  8 lines

  1. on(press){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.swapDepths(_root.d++);
  5.       this.startDrag();
  6.    }
  7. }
  8.